home *** CD-ROM | disk | FTP | other *** search
- %mouse=1
- defint a-z
- $include "stdio.h"
- $include "win_man.h"
- $include "diaprof.h"
- $include "diadata.inc"
- cls
- k$="C:\ "
- restore DATAINSTALL
- call diaread(row,col)
- call diasval(1,k$)
- call diasave
- call diaprint(2,6,"The parameterfile BEACON.PAR will be copied to drive C:\ ")
- call diaprint(3,6,"For the ..EXE-programs you can choose another drive\path:")
- DO
- d=dialog
- l=lastkeyx
- IF l=%ESC then exit loop
- IF l=%enter THEN
- SELECT CASE d
- CASE 2
- EXIT LOOP
- END SELECT
- END IF
- LOOP
-
- SHELL "copy A:\BEACON.PAR C:\"
- s$="copy A:\SCANPAR.EXE "+k$
- shell s$
- t$="copy A:\beacons.exe "+k$
- shell t$
- DATAINSTALL:
- data 2,7,10,70,"INSTALL",1,30
- data inp,5,5,"your choice:",5,20,35'1
- data push,7,30," OK "
- data ""